home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / gfx / edit / VE-VSurface.readme < prev    next >
Encoding:
Text File  |  2000-01-03  |  2.9 KB  |  154 lines

  1. Short:    Visual Eng. - Visual Surface v1.28
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering - Visual Surface v1.28
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script will make picture look like it's on some kind
  14.   of surface.
  15.  
  16.  
  17. REQUIREMENTS
  18.  
  19.   Image Engineer v3.41 (Wision release 2)
  20.   Sys:Rexxc/RX
  21.  
  22.  
  23. INSTALLATION
  24.  
  25.   Archive where this file came from should be extracted to a
  26.   directory where you installed Image Engineer.
  27.  
  28.   This script must be in IE:Arexx/
  29.  
  30.  
  31. USAGE
  32.  
  33.   Activate window of an image and run the script.
  34.  
  35.  
  36.  
  37. ARGUMENTS
  38.  
  39.   VisualSurface.rexx <pic> <surfacetype> <arguments>
  40.  
  41.   <pic>          name of a picture (in IE)
  42.   <surfacetype>  name of surfacetype (NOISE or MAXIMUM)
  43.  
  44.  
  45.   <arguments> for surfacetypes are:
  46.  
  47.  
  48.   Noise <noisevalue> <noisecolor> <aftereffect>
  49.  
  50.   <noisevalue>    = noisevalue
  51.   <noisecolor>    = WHITE or BLACK
  52.   <aftereffect>   = name of the aftereffect (no spaces)
  53.  
  54.                     CARBONATED, CONCRETE, LEATHER, CRUNCHY,
  55.                     DIRTY, BLOTCHY, SCRIBBLE, NOISE, BUMP,
  56.                     STARDUST, BRUSHEDMETAL, DOTS or ROCK
  57.  
  58.  
  59.  
  60.   Maximum <maxvalue> <aftereffect>
  61.  
  62.   <maxvalue>      = value of Maximum-operator
  63.   <aftereffect>   = name of the aftereffect (no spaces)
  64.  
  65.                     TEKNO, SUNSHINE, WATERCOLOR, BUMP,
  66.                     RAISED, PSYCHO or WOODCUT
  67.  
  68.  
  69.  
  70.  
  71.   AmigaDOS
  72.  
  73.     Sys:Rexxc/RX VisualSurface.rexx <arguments>
  74.     Sys:Rexxc/RX VisualSurface.rexx 000_testpic.iff NOISE 40 WHITE CARBONATED
  75.  
  76.  
  77.  
  78.   Other scripts:
  79.  
  80.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/VisualSurface.rexx <arguments>"
  81.  
  82.     Next lines return you the name of this new picture.
  83.  
  84.     PROJECT_LIST
  85.     xyz=result
  86.     pic=subword(xyz,1,1)
  87.  
  88.  
  89.  
  90.  
  91.  
  92. HISTORY
  93.  
  94.   1.28
  95.  
  96.   Calls to external scripts had a minor bug.
  97.  
  98.   1.27
  99.  
  100.   Now you can call this script from other scripts too or in other
  101.   words do some batch processing.
  102.  
  103.   1.24
  104.  
  105.   Convolve missing from current "VE-Extras.lha"-archive, NorthWest was
  106.   renamed to "Reflect_NorthWest". Added 2 new surfaces: Dots and
  107.   Rock.
  108.  
  109.   1.17
  110.  
  111.   Effects now has names + more effects.
  112.  
  113.   1.00
  114.  
  115.   History started
  116.  
  117.  
  118.  
  119.  
  120.  
  121. WORLD WIDE WEB
  122.  
  123.  Image Engineer
  124.  http://www.amigaworld.com/support/imageengineer/
  125.  
  126.  SViewIV
  127.  http://www.ar-kleinert.de/sview_e.html
  128.  
  129.  Visual Engineering
  130.  http://wwnet.fi/users/smarko/visual/
  131.  
  132.  
  133.  
  134. AMINET
  135.  
  136.  Image Engineer
  137.  http://ftp.sunet.se/aminetbin/find?imeng
  138.  
  139.  SViewIV
  140.  http://ftp.sunet.se/aminetbin/find?sviewiv
  141.  
  142.  Visual Engineering
  143.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  144.  
  145.  
  146. ============================= Archive contents =============================
  147.  
  148. Original  Packed Ratio    Date     Time    Name
  149. -------- ------- ----- --------- --------  -------------
  150.     7227    2034 71.8% 14-Oct-99 16:11:24 +VisualSurface.rexx
  151.     2858    1399 51.0% 09-Dec-99 19:51:04 +VisualSurface.notes
  152. -------- ------- ----- --------- --------
  153.    10085    3433 65.9% 12-Dec-99 21:01:12   2 files
  154.